home *** CD-ROM | disk | FTP | other *** search
/ PC Master 5 / PC MASTER 5.iso / INTERNET / KIT / WIN95 / MSIE30.EXE / ieakjava.exe / classr.exe / com / ms / applet / CabLoaderException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  424 b   |  11 lines

  1. package com.ms.applet;
  2.  
  3. class CabLoaderException extends ClassNotFoundException {
  4.    CabLoaderException() {
  5.    }
  6.  
  7.    CabLoaderException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.